From: Adrian Robert Date: Sun, 27 Sep 2009 15:48:30 +0000 (+0000) Subject: (ns_app_name): New extern variable. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10277 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1eb2003905d43bb64d80d6e3b59f4ede48b26192;p=emacs.git (ns_app_name): New extern variable. --- diff --git a/src/nsterm.h b/src/nsterm.h index 7e66ae2a7b6..9663051f8b7 100644 --- a/src/nsterm.h +++ b/src/nsterm.h @@ -318,6 +318,7 @@ along with GNU Emacs. If not, see . */ #endif /* NS_IMPL_COCOA */ extern NSArray *ns_send_types, *ns_return_types; +extern NSString *ns_app_name; extern EmacsMenu *mainMenu, *svcsMenu, *dockMenu; /* Apple removed the declaration, but kept the implementation */